home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / daterecall.lha / DateRecall / English / Daterecall.doc < prev   
Text File  |  1993-01-27  |  5KB  |  130 lines

  1.           -----------------------------------------------------
  2.                             DateRecall   V1.5  
  3.  
  4.           (C)1993 Mathias 'HCL' Delantes &  Simon 'SMB' Feldmann
  5.            -----------------------------------------------------
  6.  
  7.  
  8.  
  9.  
  10. Generalities:
  11. ------------
  12.  
  13.  This utility allows you to launch other programs or to make a line of text
  14. to be printed on screen according to a specified date. You must write these
  15. ones in a script called 'DateRecall.cfg' in the directory s:
  16. Moreover, you can specifie now a  *interval* of two dates.
  17. Working under 2.0 (>2.1 too i hope) systems as well as 1.3/1.2 .
  18. You must also have the command "run" in the directory c:
  19.  
  20. Entering a date:
  21. ---------------
  22.  
  23. The date must be written following this form: 
  24.  
  25.    DD-NN-MM-YYYY
  26.  
  27. DD corresponds to the first two letters of the name of the date's day.
  28. This can be one of these: Mo,Tu,We,Th,Fr,Sa or Su. (oh,really ??)
  29. Warning the first letter must be an upper case one (sorry...)
  30.  
  31. NN corresponds to the number of the day.
  32. MM corresponds to the number of the month.
  33. YYYY corresponds to the year.
  34.  
  35. For example: Mo-27-07-1992 corresponds to July Monday 29th of 1992.
  36.  
  37. But you can replace part of this data with the wildcard '*'.
  38. This can be very useful if you don't now to what day corresponds a date:
  39. **-12-04-1992
  40. Or if the fourth of every month are your favorite days...
  41. **-04-**-19**
  42. Or if you are superstitious...
  43. Fr-16-**-19**
  44.  
  45.  
  46. Launching a program or a line of text:
  47. --------------------------------------
  48.  
  49. You just have to write what you want after the specified dates. If you want
  50. to launch a program just tape the complete path, name and arguments, as you
  51. would do with the CLI or the SHELL.If you want a line of text to be printed
  52. on the screen you just have to write it in quotation marks. This avoids the
  53. use of the 'echo' command. Warning: don't forget one space between date and
  54. request.
  55.  
  56.  
  57. Script example:
  58. ---------------
  59.  
  60.  
  61. **-12-04-19** "Happy birthday Uncle"                    (1)
  62. **-14-07-1992 "It's the French Liberty Day"                (2)
  63. **-10-**-1992 "Pay my phone note"                    (3)
  64. Fr-13-**-1992 "Friday 13th..."                        (4)
  65. Fr-13-**-1992 c:play sample/thunder                    (5)
  66. **-**-**-**** "Urgent...send the file to Poom"                (6)
  67.  
  68. Explanations:
  69.  
  70. (1)  Write "Happy birthday Uncle" the April 12th of every year.
  71. (2)  Write "It's the French Liberty Day" the July 14th of 1992.
  72. (3)  Write "Pay my phone note" the 10th of every month of 1992.
  73. (4)  Write "Friday 13th..." every Friday 13th of 1992.
  74. (5)  Play the sample called 'thunder' every Friday 13th of 92.
  75. (6)  Write "Urgent...send the file to Poom" at anytime. This way you're
  76.      remembered for an action everytime you execute this tool.
  77.  
  78. Interval in the script:
  79. -----------------------
  80.  
  81.  You can specify a interval,which means that if you want to do something
  82. between two dates you easily can! For example, if you want to print "Den
  83. tist appointment,dear oh,  dear!" between **-12-03-92 and **-16-03-1992.
  84. In this case I suppose that the appointment's date is the 03/16.You must
  85. specify it like this:
  86. **-12-03-1992 - **-16-03-1992 "Dentist appointment,dear oh dear!"
  87. You can also launch programs and use the '*', as in simple date mode.
  88. Sa-**-**-19** - Su-**-**-19** c:play dh1:music/weekend
  89. It will play the sample 'weekend' during the interval Saturday to Sunday.
  90.  
  91. So, an interval of time is specified like this:
  92. DD-NN-MM-YYYY - DD-NN-MM-YYYY
  93.  
  94.  
  95. Tips and author's conditions:
  96. ----------------------------
  97.  
  98.  This program is freeware, this means that you can copy  it freely as long
  99. as you do not ask any more money for it than a nominal fee for copying. If
  100. you want to distribute this program you should keep this document with it.
  101. This program cannot be used for commercial purposes without written permis
  102. sion from the author.If you make any modification to this software send me
  103. a written rapport and a copy of your work. All right reserved, HCL 1992.
  104.  
  105.  
  106. Last but not least I want to thank Random (for translating),Atool (for the
  107. tools),Ramus (for his help),Fakir (What nice songs),Novice (for his help),
  108. Soach (news demos!?) and especially SMB (alias Pipo!) without whom I would
  109. not code (!) in machine code.
  110.  
  111. To contact me write to:
  112. Delantes Mathias
  113. 14 rue Rene Leynaud
  114. 69001 Lyon
  115. France
  116.  
  117. (for french users):
  118. 3615 RTEL (often enough)
  119. 3615 Legend (rarely)
  120. 78-36-19-96 Zenith rtc in Lyon (non-stop!)
  121.  
  122. or on E-Mail adress at:
  123. gr1406@iutazoe.univ-lyon1.fr
  124.  
  125.  
  126. Thank you for contacting me for bug report and suggestions, which would
  127. allow me to improve this product... Hope you like it (?)
  128.  
  129. Translated in English by Random. Thanks to him.
  130.